C#
Parameters
- source
- The array compared.
- target
- The array to compare to.
- comparer
- User comparer that implements the System.Collections.IEqualityComparer interface.
Type Parameters
- T
- Array elements can be of any type.
Return Value
true
, if specified objects are equal; otherwise — false
.Overloaded method.
The class that implements the IEqualityComparer<T> interface is used for comparison.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2